From 5efb399e951ae93b3f913b4e79c4a8f14036c54b Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 3 Sep 2011 11:31:50 +0000 Subject: [PATCH] Add comment on why the list is not localised. --- includes/User.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/User.php b/includes/User.php index bf13349997..94044142b2 100644 --- a/includes/User.php +++ b/includes/User.php @@ -1160,6 +1160,7 @@ class User { $log->addEntry( 'autopromote', $this->getUserPage(), '', // no comment + // These group names are "list to texted"-ed in class LogPage. array( implode( ', ', $oldGroups ), implode( ', ', $newGroups ) ) ); } -- 2.20.1